Skip to content

shyambhanushali/AttackDefendExercise

Repository files navigation

AttackDefendExercise

Automated -configuring a vulnerable system with CVE of my choice using Ansible and demonstrating the attack on that machine

CVE-2019-14287- Sudo Privilege Escalation Vulnerability

Pre Configuration

SSH must be installed and enabled

sudo apt install ansible

sudo apt install openssh-server

sudo systemctl status ssh

sudo ufw allow ssh

Installing Ansible

sudo apt-add-repository --yes --update ppa:ansible/ansible

sudo apt install ansible

Usage

ansible-playbook playbook.yml